home *** CD-ROM | disk | FTP | other *** search
/ Champak 86 / (Vol 86) My Disc.iso / Games / habilidade_1209.swf / scripts / frame_1 / DoAction.as
Text File  |  2009-04-22  |  147b  |  9 lines

  1. t = Math.round(getBytesLoaded() / getBytesTotal() * 100);
  2. tellTarget(_root.j)
  3. {
  4. }
  5. if(_framesloaded == _totalframes)
  6. {
  7.    gotoAndStop(3);
  8. }
  9.